home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Just Call Me Internet
/
Just Call Me Internet.iso
/
prog
/
mint
/
duftp
/
local_fs.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-06-07
|
151b
|
13 lines
/*
DUFTP
*/
// Local Filesystem Handling (HEADER)
#ifndef _LOCAL_FS_H_
#define _LOCAL_FS_H_
extern void get_local_files(void);
#endif